Skip to main content
Version: 4.0

Execution Records

Log in to supOS, and then select Data Intelligence > Data Governance > Data quality > Execution records.

  • You can check the records of QC tasks.
  • For failed tasks, click to find out the reason for subsequent correction.
  • Click View under Operation to check the details.

Quality Score Details

In record details, you can see the number of executed and failed tasks, and quality score.

  • Rules disabled or without weight will not be evaluated.
  • Rule score = (Records - Number of error records)/Records*100
  • QC task quality score = Sum(rule score*weight)/Sum(rule weight)

For example: Task A, contains Rule A1, A2 and A3. According to the following table, calculate the task quality score.

Task NameRuleLevelWeightResultRecordsError Records
Task ARule A1General80Abnormal1000100
Task ARule A2Serious50Abnormal800100
Task ARule A3Important30Success2000300
  • Rule score:

      • A1: (1000-100)/1000*100=90
      • A2: (800-100)/800*100=87.5
      • A3: (2000-300)/2000*100=85
  • Task quality score: (90*80+87.5*50+85*30)/(80+50+30)=88